Selects a cell range and optionally scrolls it into view.
シンタックス
'宣言
Public Overridable Function Select( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Nullable(Of Integer), _
ByVal As System.Nullable(Of Integer) _
) As
public virtual Select(
System.int ,
System.int ,
System.Nullable<int> ,
System.Nullable<int>
)
パラメータ
- row
- Index of the first row in this range.
- col
- Index of the first column in this range.
- row2
- Index of the last row in this range.
- col2
- Index of the last column in this range.
戻り値の型
Current builder.
参照